Skip to main content

Azure

To register Azure as an IDP for IGUHealth you need to create an application in Azure AD and configure the application to work with IGUHealth. The following are the setup instructions for Azure AD.

Setup

  1. Go to the Azure portal and navigate to Azure App registrations.
  1. Click on new registration.
  2. For Redirect URL select type Web.
  3. Click Registration
  4. On the application screen click endpoints and copy the openid connect meta document url.
  1. Create a client secret by clicking Client credentials: Add a certificate or secret
  2. Copy the value of the client secret. We will use this later.
  3. Go to the meta document url.
  4. Go to your iguhealth tenant.
  5. Create a new IdentityProvider resource.
  6. Set status to active, set access type to oidc.
  7. Fill in the following values from step 8.
    • authorization_endpoint
    • token_endpoint
    • userinfo_endpoint
    • jwks_uri
  8. Fill in the clientid and secret from the azure application you registered in step 4.
  9. Add the following scopes:
    • openid
    • profile
    • email
  10. From actions on the IdentityProvider resource click create.
  11. Click the registration information tab and copy the Redirect URL.
  12. Go back to the Azure application and create a redirect URI for the web platform with value from step 13.
  13. Log out and test the azure login.